Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(test): add test command skeleton (#720) #720

Closed
wants to merge 2 commits into from

Conversation

ajclyall
Copy link
Contributor

Closes #719

Copy link

codecov bot commented Jun 28, 2024

Codecov Report

Attention: Patch coverage is 92.85714% with 1 line in your changes missing coverage. Please review.

Project coverage is 58.81%. Comparing base (9a4dfc2) to head (8c56960).
Report is 7 commits behind head on master.

Files Patch % Lines
reana_client/cli/test.py 92.30% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #720      +/-   ##
==========================================
+ Coverage   58.62%   58.81%   +0.18%     
==========================================
  Files          24       25       +1     
  Lines        2393     2406      +13     
==========================================
+ Hits         1403     1415      +12     
- Misses        990      991       +1     
Files Coverage Δ
reana_client/cli/__init__.py 61.70% <100.00%> (ø)
reana_client/cli/test.py 92.30% <92.30%> (ø)

@@ -13,7 +13,7 @@
import click
from urllib3 import disable_warnings

from reana_client.cli import workflow, files, ping, secrets, quotas, retention_rules
from reana_client.cli import workflow, files, ping, secrets, quotas, retention_rules, test
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides fixing pydocstyle, black, flake8 etc findings, please add yourself to the AUTHORS.md file.

@ajclyall ajclyall changed the title feat(test): add test command skeleton (#719) feat(test): add test command skeleton (#720) Jun 30, 2024
ajclyall added a commit to ajclyall/reana-client that referenced this pull request Jul 26, 2024
@mdonadoni
Copy link
Member

Closing in favor of #724

@mdonadoni mdonadoni closed this Aug 21, 2024
ajclyall added a commit to ajclyall/reana-client that referenced this pull request Aug 22, 2024
ajclyall added a commit to ajclyall/reana-client that referenced this pull request Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cli: add test command skeleton
3 participants